zsh-workers
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: trying dputs
Date: Wed, 19 Nov 2014 17:48:04 -0800	[thread overview]
Message-ID: <546D4854.1030604@eastlink.ca> (raw)


int
bin_whence(char *nam, char **argv, Options ops, int func)
{
     HashNode hn;
     Patprog pprog;
     int returnval = 0;
     int printflags = 0;
     int aliasflags;
     int csh, all, v, wd;
     int informed;
     char *cnam, **allmatched = 0;


If I steal 'opts->args' with a test string like this:

//char *garbage = "utter garbage";
//ops->args = &garbage;

... I get what I expect from this:

dputs("\nargs: %s", *(ops->args));

... but if I leave the pointer unmolested, I get a zsh
segmentation fault. Why is that? I'd expect to either
get a real string, or NULL. It's as if 'ops->args' is
dangling.

The function works fine even with the dummy string, so
I'm pretty sure 'ops->args' isn't needed. Still, I'd
say it shouldn't barf if I try to print it.


     /* Check some option information */
     csh = OPT_ISSET(ops,'c');
     v   = OPT_ISSET(ops,'v');
     all = OPT_ISSET(ops,'a');
     wd  = OPT_ISSET(ops,'w');

     if (OPT_ISSET(ops,'w'))


             reply	other threads:[~2014-11-20  1:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-20  1:48 Ray Andrews [this message]
2014-11-20 17:05 ` Bart Schaefer
2014-11-20 17:27   ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=546D4854.1030604@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).