Search:

Type: Posts; User: jonheese

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    2,464

    Yeah, I tried commenting that line out-- issue...

    Yeah, I tried commenting that line out-- issue still remains. Furthermore, the original code (which does not crash) has the same line in it.

    Thanks for your input though!

    EDIT: I think you got...
  2. Replies
    14
    Views
    2,464

    Okay, I started writing my standalone program...

    Okay, I started writing my standalone program based on this code, but I think I'm misunderstanding the way the "Message" variable works... First, here's my code:


    #include <ctype.h>
    #include...
  3. Replies
    14
    Views
    2,464

    I cannot show how I'm calling it because I'm not...

    I cannot show how I'm calling it because I'm not calling it. I'm essentially following an AIX OS API that tells me I need a C module that has that function in it. Whenever 'passwd' is run on this...
  4. Replies
    14
    Views
    2,464

    Ooh, good catch... I didn't even notice that...

    Ooh, good catch... I didn't even notice that errDiff was incremented inside the strLen call... Shouldn't the compiler complain about that?
    Anyway, I changed it to:


    localMessage =...
  5. Replies
    14
    Views
    2,464

    Great, thanks! Regards, Jon Heese

    Great, thanks!

    Regards,
    Jon Heese
  6. Replies
    14
    Views
    2,464

    Yes, I noticed that typo as well, and I fixed it...

    Yes, I noticed that typo as well, and I fixed it in my code. I think the original author of that code didn't actually test the code before a last-minute modification before posting. It was from...
  7. Replies
    14
    Views
    2,464

    Great, thanks for the tips! I will definitely...

    Great, thanks for the tips! I will definitely look into that.

    I have verified that UserName, OldPassword, and NewPassword are valid and not null, but my program doesn't use UserName or...
  8. Replies
    14
    Views
    2,464

    Segfault... Why?

    Okay, so it's been quite a number of years since I've done any C (college?), but I'm a fairly decent programmer in other languages (Java, PHP, Perl, etc.).

    I'm writing a C module for AIX to be...
Results 1 to 8 of 8