Files
nethack/src
PatR 61d3cce4b8 fix static analyzer complaint in remove_room()
Since croom and maxroom both point to elements in the rooms[] array,
the complaint that the memcpy() in

| if (croom != maxroom)
|  memcpy(croom, maxroom, sizeof (struct room));

might have overlapping source and destination is bogus.  The fix is
trivial but not vetted by the analyzer.
2024-06-03 09:28:38 -07:00
..
2022-02-04 09:41:30 -05:00
2024-05-06 17:57:47 +03:00
2024-03-14 17:41:51 -04:00
2024-04-30 13:27:10 -07:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-04-11 11:06:29 -07:00
2024-03-14 17:41:51 -04:00
2024-05-24 16:23:15 -07:00
2024-03-07 11:01:04 -05:00
2024-04-26 07:59:42 +03:00
2024-05-09 12:54:29 -07:00
2024-04-08 17:16:21 -07:00
2024-04-18 23:14:35 -07:00
2024-05-31 07:46:55 +03:00
2024-06-02 10:50:58 +03:00
2024-06-02 10:50:58 +03:00
2024-06-03 17:40:50 +03:00
2024-04-18 18:10:40 +03:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-04-27 10:00:28 -04:00
2024-04-07 17:22:03 -04:00
2024-03-12 16:54:49 -04:00
2024-04-16 23:34:26 -07:00
2024-03-14 17:41:51 -04:00
2024-04-20 16:56:36 -07:00
2024-03-14 17:41:51 -04:00
2024-05-25 13:49:12 -07:00
2024-04-19 10:50:46 -07:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-04-20 19:27:48 +03:00
2024-05-09 14:17:43 -07:00
2024-03-14 17:41:51 -04:00
2024-06-02 10:50:58 +03:00
2024-03-14 17:41:51 -04:00
2024-03-24 10:48:29 +02:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-04-30 13:27:10 -07:00
2024-04-16 23:34:26 -07:00
2024-03-14 17:41:51 -04:00
2024-04-10 00:46:21 -07:00
2024-03-14 17:41:51 -04:00
2024-05-25 17:48:17 -07:00
2024-04-04 05:28:22 -07:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-05-16 13:26:46 -07:00
2024-03-14 17:41:51 -04:00
2024-04-27 09:08:08 -04:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-04-26 08:10:10 -04:00
2024-03-14 17:41:51 -04:00
2024-05-06 17:57:47 +03:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-05-17 12:47:01 -07:00
2024-03-14 17:41:51 -04:00
2024-03-16 20:45:25 -04:00
2024-03-16 12:53:58 -04:00
2024-03-07 11:01:04 -05:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-04-10 00:46:21 -07:00
2023-11-13 19:28:19 -05:00
2024-05-31 10:28:44 +03:00
2024-04-04 23:22:28 +03:00
2024-06-02 10:50:58 +03:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-03-24 10:48:29 +02:00
2024-03-14 17:41:51 -04:00
2024-05-17 14:38:17 -07:00
2024-03-14 17:41:51 -04:00
2024-05-25 17:48:17 -07:00
2024-03-14 17:41:51 -04:00
2024-03-14 17:41:51 -04:00
2024-05-31 07:46:55 +03:00