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/editors/interface
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-06-16 18:35:52 +01:00
2021-03-04 16:58:03 +11:00
2021-05-25 18:25:44 +10:00
2021-06-22 10:54:50 -07:00
2021-02-20 15:38:14 +11:00
2021-06-18 09:22:52 -07:00
2021-06-22 10:54:50 -07:00
2021-06-17 14:43:25 +10:00
2021-06-16 18:35:52 +01:00