From: Maxime Villard <rustyBSD@gmx.fr>
authorMaxime Villard <rustyBSD@gmx.fr>
Sat, 15 Dec 2012 14:42:19 +0000 (14:42 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sat, 15 Dec 2012 14:42:19 +0000 (14:42 +0000)
commit5ebf793f1b38cffda20850dae7ffa29391ba228d
tree3fbeb24f84836d4748070175d16e287f4c26698a
parent534ae453038e2ee343c3ec924f1c6093f2ea7bf6
From: Maxime Villard <rustyBSD@gmx.fr>
Subject: [E-devel] [e] Patch acpi

A little patch to fix a possible warning - and overflow.

'buf' is PATH_MAX, but PATH_MAX is not necessary 1024. If
PATH_MAX < 1024 -> overflow.

Also, fgets() fills the buffer and nullterminate it, so we
don't need to buff[0] = '\0'.

SVN revision: 81024
src/bin/e_acpi.c