Blender Git Loki
Git Commits -> Revision 90126bb
Revision 90126bb by Sybren A. Stüvel (lineart-shadow) December 8, 2021, 06:53 (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: 90126bb4a8fb629bfc99660f3f04ff4da60824d9
Parent Commit: 3115d90
Committed By: YimingWu
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/asset/intern/asset_indexer.cc (+1, -1) (Diff)