Files
test2/source/blender/blenkernel/intern
Campbell Barton 0d9c4bc5b3 BKE_lib: avoid potential read uninitialized memory in BKE_id_copy_*
BKE_id_copy_in_lib took an argument `r_newid` which was was to
initialize `new_id` in the functions body.

While this may not have caused any user visible bugs, it's error prone,
one caller even passed in an uninitialized pointer.

- Rename `r_newid` to `new_id_p` since it's not a return argument.
- Initialize the value from all callers.
2024-09-15 23:07:17 +10:00
..
2024-07-13 16:56:57 +10:00
2024-09-10 18:56:31 +02:00
2024-07-29 23:10:49 -04:00
2024-01-30 14:42:13 -05:00
2024-09-10 13:41:01 +02:00
2024-09-10 14:55:47 +02:00
2024-08-07 12:12:17 +02:00
2024-08-29 17:16:42 +10:00
2024-09-10 13:41:01 +02:00
2024-08-23 10:19:53 +10:00
2024-09-14 21:09:41 +02:00
2024-04-20 12:41:23 +10:00
2024-08-22 17:05:48 +02:00
2024-08-04 13:45:06 +10:00