diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-28 15:37:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-28 15:37:49 +0100 |
| commit | d14236bc0aeac3af88a5fd8f1e68d22a3fc53300 (patch) | |
| tree | b20433bcd94e95e0e8f0ed63889cecc9c6d37d64 /sys/linux/dev_dri.txt | |
| parent | 5e48183c6ecd816e6936be60c88e35dbeb41096f (diff) | |
sys/linux: fix drm_mode_fb_cmd2 layout
Thanks to syz-check for catching this.
Update #590
Diffstat (limited to 'sys/linux/dev_dri.txt')
| -rw-r--r-- | sys/linux/dev_dri.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_dri.txt b/sys/linux/dev_dri.txt index 2449b9c9e..a9dea610a 100644 --- a/sys/linux/dev_dri.txt +++ b/sys/linux/dev_dri.txt @@ -280,7 +280,7 @@ drm_mode_fb_cmd2 { handles array[int32, 4] pitches array[int32, 4] offsets array[int32, 4] - modifier array[int32, 4] + modifier array[int64, 4] } drm_mode_fb_flags = DRM_MODE_FB_INTERLACED, DRM_MODE_FB_MODIFIERS |
