packaging: Bump up to 1.8.0 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix tizen_bkup_20210106 tizen_work_20200211 accepted/tizen/6.0/unified/20201030.105508 accepted/tizen/6.0/unified/hotfix/20201102.234519 accepted/tizen/6.0/unified/hotfix/20201103.045630 accepted/tizen/unified/20200226.124336 submit/tizen/20200225.010716 submit/tizen_6.0/20201029.205502 submit/tizen_6.0_hotfix/20201102.192902 submit/tizen_6.0_hotfix/20201103.115102 tizen_6.0.m2_release
authorjeon <jhyuni.kang@samsung.com>
Fri, 21 Feb 2020 05:41:48 +0000 (14:41 +0900)
committerjeon <jhyuni.kang@samsung.com>
Fri, 21 Feb 2020 05:41:48 +0000 (14:41 +0900)
packaging/libevdev.spec
tools/touchpad-edge-detector.c

index 5094598dfa6957fbe15a4bb42cc3f87d1ac5ea86..c6bd55a0c7ba3bdc8d7d1e1f35bc87c297ef4f00 100644 (file)
@@ -1,5 +1,5 @@
 Name:           libevdev
-Version:        1.5.7
+Version:        1.8.0
 Release:        0
 License:        MIT
 Summary:        wrapper library for evdev input devices
index cc81ec1bf55a313ff57b8cb20f108416e1b88822..b920ac71067ad499ff57bf5795d1d244c8da68e3 100644 (file)
@@ -154,7 +154,7 @@ pid_vid_matchstr(struct libevdev *dev, char *match, size_t sz)
 static inline void
 dmi_matchstr(struct libevdev *dev, char *match, size_t sz)
 {
-       char modalias[PATH_MAX];
+       char modalias[PATH_MAX - 7];
        FILE *fp;
 
        fp = fopen("/sys/class/dmi/id/modalias", "r");