**System Information**
Linux debian testing 64
**Blender Version**
Broken: latest master (rB0875cb07cce53)
Worked: (optional)
**Short description of error**
Open {F205540}, crash.
**Exact steps for others to reproduce the error**
Asan reports:
```
ASAN:SIGSEGV
=================================================================
==23045==ERROR: AddressSanitizer: SEGV on unknown address 0x0000000004b0 (pc 0x000001f6c746 bp 0x7ffc3ebc92b0 sp 0x7ffc3ebc9290 T0)
#0 0x1f6c745 in filelist_file /home/i74700deb64/blender/__work__/src/source/blender/editors/space_file/filelist.c:760
#1 0x1f7fd48 in file_draw_buttons /home/i74700deb64/blender/__work__/src/source/blender/editors/space_file/file_draw.c:160
#2 0x1f7e838 in file_ui_area_draw /home/i74700deb64/blender/__work__/src/source/blender/editors/space_file/space_file.c:624
#3 0x2bb2422 in ED_region_do_draw /home/i74700deb64/blender/__work__/src/source/blender/editors/screen/area.c:517
#4 0x1ec8cac in wm_method_draw_triple /home/i74700deb64/blender/__work__/src/source/blender/windowmanager/intern/wm_draw.c:640
#5 0x1ecb31e in wm_draw_update /home/i74700deb64/blender/__work__/src/source/blender/windowmanager/intern/wm_draw.c:1047
#6 0x1ebb78b in WM_main /home/i74700deb64/blender/__work__/src/source/blender/windowmanager/intern/wm.c:493
#7 0x1eb94e3 in main /home/i74700deb64/blender/__work__/src/source/creator/creator.c:1929
#8 0x7fb77a920b44 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b44)
#9 0x1eb36de (/home/i74700deb64/blender/__work__/build_cmake_dbg/bin/blender+0x1eb36de)
```
Note that this happens even when trying to restart Blender and open the file from the 'recent' list (i.e. without opening filebrowser itself), maybe because file was saved with an open filebrowser?