This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Falk David 071799d4fc Fix T89265: Crash when tabbing through num inputs
Fix by reverting the part of ec30cf0b74
that assigned `but->editval` in `ui_numedit_begin_set_values`.

Causing access freed memory when using tab to switch
to a numeric input and then leaving the textbox by clicking outside.
This was because `ui_numedit_begin_set_values` shouldn't need to set
`but->editval` and overwrite the pointer.
This would set a pointer that had previously been freed,
causing a `NULL` check to fail later on.

Ref D11679
2021-06-23 14:56:36 +10:00
..
2021-03-29 19:11:17 -06:00
2021-06-22 10:54:50 -07:00
2021-06-22 10:54:50 -07:00
2021-06-22 10:54:50 -07:00
2021-04-11 13:09:27 +10:00
2021-06-15 10:26:31 +02:00
2021-06-22 10:54:50 -07:00
2021-06-22 10:54:50 -07:00
2021-06-22 10:54:50 -07:00