dotfiles/sourcecode
Érico Rolim fed9677104 sshfs-map: fix segfaults under musl.
- line and line_size should be reset each loop, otherwise getline() will
use a freed memory address. This worked under glibc, but broke under
musl for some reason. More specifically, it would segfault when running
setmntent for the second time.

- General clean-up: is_mounted checks shouldn't call continue, otherwise
they will skip the clean-up routines. This would be a memory leak, but
not a functionality issue. The calls to continue were probably the
reason that the program didn't segfault when running for a consecutive
time, after the first map had already been mounted.

- Move printf calls to outside fork block.
2020-07-07 17:35:21 -03:00
..
keyboard_layout_switcher Set up keyboard layout for all inputs, switch layout for all inputs in keyboard switcher. 2020-01-24 17:37:47 -03:00
lnch Reorganize Go programs inside sourcecode/. 2019-12-08 22:07:59 -03:00
sshfs-map sshfs-map: fix segfaults under musl. 2020-07-07 17:35:21 -03:00
subprojects Add small projects as submodules, revamp install.sh 2020-06-22 02:08:46 -03:00
.stow-local-ignore Vendor the lnch executable, that makes the launcher possible. 2019-09-09 01:47:40 -03:00
install.sh sourcecode: udpate building stuff. 2020-07-07 17:34:18 -03:00