Files
blender/release/scripts/templates_py
Bastien Montagne 66aa4af836 Fix T47252: FileBrowser: buffer overflow with scripts defining too long 'filter_glob' string.
Fixed this with three changes:
* filter_glob is now 255 char max (63 could be a bit limited in some rare cases).
* IO templates now explicitely define max len of that property (such that scripters are aware of the limit).
* ED_fileselect_set_params() is now safe regarding too long strings from a 'filter_glob' op property.
2016-01-27 18:04:50 +01:00
..
2015-04-22 16:26:54 +10:00
2014-09-17 18:36:17 +10:00
2014-04-15 13:11:48 +10:00
2014-09-17 18:36:17 +10:00
2015-06-07 17:28:02 +10:00