Miss Islington (bot)
14ff4c979c
[3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) ( #120310 )
...
gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232)
Declare the 'rv' varaible at the top of the load_data() function to
make sure that it's initialized before the first 'goto error' which
uses 'rv' (return rv).
Fix the Coverity issue:
Error: UNINIT (CWE-457):
Python-3.12.2/Modules/_zoneinfo.c:1233:5: skipped_decl: Jumping over declaration of ""rv"".
Python-3.12.2/Modules/_zoneinfo.c:1284:5: uninit_use: Using uninitialized value ""rv"".
1282| }
1283|
1284|-> return rv;
1285| }
1286|
(cherry picked from commit b90bd3e5bb )
Co-authored-by: Victor Stinner <vstinner@python.org >
2024-06-10 10:18:18 +00:00
..
2024-05-03 11:30:55 -04:00
2024-06-03 23:06:56 +00:00
2024-05-03 11:30:55 -04:00
2024-03-26 00:35:26 +00:00
2024-05-29 10:32:00 +00:00
2024-05-09 16:31:38 +00:00
2024-05-03 11:30:55 -04:00
2024-06-08 14:10:28 +03:00
2024-04-08 10:58:38 -04:00
2024-05-24 10:18:13 +00:00
2024-06-06 18:03:01 +00:00
2024-04-03 21:02:42 +00:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-06-04 21:26:10 +02:00
2024-04-22 18:15:08 -07:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-06 10:50:35 -07:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-06 18:59:36 +02:00
2024-06-03 23:37:28 +00:00
2024-05-03 11:30:55 -04:00
2024-06-07 03:43:17 +00:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-04-10 18:37:01 -06:00
2024-05-03 11:30:55 -04:00
2024-05-06 11:04:39 +03:00
2024-05-03 11:30:55 -04:00
2024-05-06 10:50:35 -07:00
2024-05-03 11:30:55 -04:00
2023-02-09 00:40:52 -08:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2023-06-01 09:42:18 -07:00
2023-06-01 09:42:18 -07:00
2023-06-01 09:42:18 -07:00
2024-05-03 11:30:55 -04:00
2023-05-22 06:14:48 +05:30
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-06 18:59:36 +02:00
2024-01-29 16:45:31 +01:00
2024-05-31 15:29:50 +00:00
2024-05-06 18:59:36 +02:00
2024-05-06 18:59:36 +02:00
2024-05-07 14:50:41 +00:00
2024-05-03 11:30:55 -04:00
2024-06-03 22:21:32 +00:00
2024-05-06 18:59:36 +02:00
2024-05-06 18:59:36 +02:00
2024-05-27 20:04:13 +00:00
2024-05-03 11:30:55 -04:00
2024-06-07 10:12:31 +00:00
2024-05-06 18:59:36 +02:00
2024-05-10 16:36:33 +00:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-31 16:22:30 +00:00
2024-06-10 10:18:18 +00:00
2022-07-27 08:19:23 +02:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-07 11:18:45 +02:00
2024-05-03 11:30:55 -04:00
2023-10-12 09:34:35 +02:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-06-01 17:08:23 +02:00
2022-08-04 18:12:35 +02:00
2024-05-03 11:30:55 -04:00
2023-09-01 18:36:53 +02:00
2023-07-04 09:41:43 +00:00
2022-07-27 08:19:23 +02:00
2021-12-03 00:08:42 +00:00
2024-02-08 08:40:38 +00:00
2024-04-24 23:00:55 +01:00
2024-05-03 11:30:55 -04:00
2023-11-20 15:52:00 +02:00
2024-06-03 22:47:34 +00:00
2024-05-05 21:32:23 +02:00
2024-02-21 23:18:57 +00:00
2020-11-16 16:16:10 +01:00
2024-05-08 01:06:38 -06:00
2024-05-03 11:30:55 -04:00
2024-05-10 12:00:00 +01:00
2024-05-03 11:30:55 -04:00
2024-06-06 18:03:01 +00:00
2024-03-12 00:46:53 +00:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-06 18:59:36 +02:00
2024-05-03 11:30:55 -04:00
2024-03-01 00:04:16 +01:00
2024-05-03 11:30:55 -04:00
2024-04-24 16:18:24 +00:00
2024-01-08 15:10:45 +00:00
2024-05-04 08:23:50 +00:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-02-20 16:50:43 +00:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-13 21:43:23 +00:00
2023-05-10 18:53:13 +00:00
2023-04-14 09:04:16 -05:00
2023-11-15 16:42:17 +00:00
2024-05-03 11:30:55 -04:00
2023-11-15 16:42:17 +00:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00
2024-05-03 11:30:55 -04:00