Blender Git Loki
Git Commits -> Revision 86992a9
Revision 86992a9 by Sybren A. Stüvel (master) December 6, 2021, 16:42 (GMT) |
Asset Indexer: use fixed-length string for ID code Use fixed-length string to convert `char[2]` to `std::string`. Otherwise `strlen()` is called, which is problematic as the `char[2]` is not zero-terminated. |
Commit Details:
Full Hash: 86992a96b8ae77c879e1f4b9c55ec05bfccec0a9
Parent Commit: c2292b2
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/asset/intern/asset_indexer.cc (+1, -1) (Diff)