Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox: upgrade to 1.28.1 | Sören Tempel | 2018-03-11 | 1 | -31/+0 |
| | |||||
* | main/busybox: Fixed segfault in microcom | Marian Buschsieweke | 2017-08-03 | 1 | -0/+31 |
microcom does not check if required parameter "TTY" is present. Thus, bb_basename() is called with a NULL pointer, if microcom is started without any parameter. This in turn calls strlen() on this NULL pointer, resulting in a segfault. The supplied patch adds a check for the missing TTY parameter and prints usage when it is missing. |