CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/09/12 14:11:10
Modified files: games/boggle/boggle: bog.c Log message: If boardspec doesn't consist entirely of lower case letters, there will be out of bound accesses of arrays, leading to sefaults or bus errors. Verify that at most one boardspec with lower case letters is given, or error out. ok millert