[Opfc-developer 32] Re: opvp_rpc_server Bug

Back to archive index

ToshihiroYamagishi toshi****@turbo*****
2005年 11月 16日 (水) 01:33:41 JST


山岸@Turbolinuxです。

先日のミーティング(@たばこ部屋)でお話した通り、SourceForgeへのコミットを致しましたのでご報告致します。
更新した部分は以下の通りです。

[gdevopvp]
V1.05
- The opvp driver incorrectly assumed that CODESET was
  supported on all platforms that supported iconv (espgs STR #1247)
- fixed the bug that 1bpp bitmap was printed in reverse color(SF #6485)

[libopvp]
- fixed that opvp_rpc_server pointer not initialized(SF #7286)

[Module-HP]
- fixed that opvp_rpc_server pointer not initialized(SF #7286)

三原さん "もうひとつのesp-gsでの変更点" とは具体的にどの事を指してますでしょうか?
ビットマップの修正以外はesp-gsの最新と同等のものとなっていると思うのですが、、、

引き続きRPMパッケージ作成を行います。
RedHat用はどなたかが作成される事を期待しつつ、とりあえずは弊社用のパッケージを作成して御連絡いたします。

ESP-GSへのコミットもすぐに行った方が良いでしょうか?

On Thursday 13 October 2005 16:51, TORATANI Yasumasa wrote:
> 虎谷です。
>
> opvpのバージョンは 1.05となりますか?
>
先ほどV1.05としてSourceForgeへコミットいたしました。御確認ください。

> On Thu, 13 Oct 2005 16:29:48 +0900
>
> Osamu MIHARA <mihar****@fxpsc*****> wrote:
> > 三原です。
> >
> > ざっと確認しましたが、特に問題はありません。
> >
> > ビットマップの件も大谷さんから出していただいたパッチでOKでした。
> >
> > 他の方から特に問題があがってこないようであれば、この2つともうひとつのesp
> > -gsでの変更点をCVSへコミットし、いったんrpmをリリースしていただきたいと
> > 考えているのですが、如何でしょうか?
> >

> > on 2005/10/12 20:26 Koji Otani said the following:
> > > 大谷です。
> > >
> > > opvp_rpc_server.cにバグが発見されたので、登録しました。
> > >
> > >  opvp_rpc_server.cのSStubQueryDeviceCapability と
> > > SStubQueryDeviceInfoで infoBuf をNULLに初期化するのを忘れています。
> > >
> > > これを修正するパッチを添付致します。
> > >
> > > パッチをトラッキングに登録しようと思ったのですが、なぜか、
> > > どうしても添付ファイルを受け付けてくれません。
> > >
> > > この添付ファイルで問題ないようでしたらCVSを変更します。
> > >
> > >
> > > -----------------------------------------------------------------------
> > >-
> > >
> > > --- opvp_rpc_server.c.org	2005-10-12 19:57:05.000000000 +0900
> > > +++ opvp_rpc_server.c	2005-10-12 19:57:33.000000000 +0900
> > > @@ -428,7 +428,7 @@
> > >      int queryflag;
> > >      int buflen;
> > >      int f;
> > > -    char *infoBuf;
> > > +    char *infoBuf = NULL;
> > >
> > >      /* get parameter */
> > >      if (oprpc_getPkt(ap,(char
> > > *)&printerContext,sizeof(printerContext)) < 0) { @@ -478,7 +478,7 @@
> > >      int queryflag;
> > >      int buflen;
> > >      int f;
> > > -    char *infoBuf;
> > > +    char *infoBuf = NULL;
> > >
> > >      /* get parameter */
> > >      if (oprpc_getPkt(ap,(char
> > > *)&printerContext,sizeof(printerContext)) < 0) { @@ -520,7 +520,6 @@
> > >      }
> > >
> > >      return 0;
> > > -    return 0;
> > >  }
> > >  #endif
> > >
> > >
> > >
> > > -----------------------------------------------------------------------
> > >-
> > >
> > > _______________________________________________
> > > Opfc-developer mailing list
> > > Opfc-****@lists*****
> > > http://lists.sourceforge.jp/mailman/listinfo/opfc-developer
> >
> > --
> >   三原 修 // 富士ゼロックスプリンティングシステムズ株式会社
> >   商品開発統括部 コントローラープラットフォーム開発部
> >   〒339-8509 埼玉県さいたま市岩槻区府内3丁目7番1号
> >   TEL 048-790-2806(直) / FAX 048-790-1939 / 内線 7-986-6649, 3840(FAX)
> > _______________________________________________
> > Opfc-developer mailing list
> > Opfc-****@lists*****
> > http://lists.sourceforge.jp/mailman/listinfo/opfc-developer
>
> -----------------------------------------
> TORATANI Yasumasa
> Software Engineering Dept.22
> Platform Technology Development Headquarters, CANON INC.
>
> _______________________________________________
> Opfc-developer mailing list
> Opfc-****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/opfc-developer

-- 
ToshihiroYamagishi
toshi****@turbo*****



Opfc-developer メーリングリストの案内
Back to archive index