Package Details: mdk3 v6-11

Git Clone URL: https://aur.archlinux.org/mdk3.git (read-only, click to copy)
Package Base: mdk3
Description: WLAN penetration tool
Upstream URL: https://www.kali.org/tools/mdk3/
Licenses: GPL2
Submitter: BoBeR182
Maintainer: Zentino
Last Packager: Zentino
Votes: 5
Popularity: 0.61
First Submitted: 2022-04-07 12:27 (UTC)
Last Updated: 2024-11-02 08:44 (UTC)

Latest Comments

D3vil0p3r commented on 2024-10-14 17:55 (UTC) (edited on 2024-10-14 18:09 (UTC) by D3vil0p3r)

==> ERROR: One or more files did not pass the validity check!

Even if you fix it, build fails due to:

mdk3.c: In function ‘read_line_from_file’:
mdk3.c:755:40: error: passing argument 2 of ‘getline’ from incompatible pointer type [-Wincompatible-pointer-types]
  755 |     bytes_read = getline(&ssid_string, &size, ssid_file_fp);
      |                                        ^~~~~
      |                                        |
      |                                        unsigned int *
In file included from /usr/include/stdio.h:966,
                 from mdk3.c:28:
/usr/include/bits/stdio.h:118:36: note: expected ‘size_t *’ {aka ‘long unsigned int *’} but argument is of type ‘unsigned int *’
  118 | getline (char **__lineptr, size_t *__n, FILE *__stream)
      |                            ~~~~~~~~^~~
mdk3.c:760:44: error: passing argument 2 of ‘getline’ from incompatible pointer type [-Wincompatible-pointer-types]
  760 |         bytes_read = getline(&ssid_string, &size, ssid_file_fp);
      |                                            ^~~~~
      |                                            |
      |                                            unsigned int *

Please fix